Concurrent ML - определение. Что такое Concurrent ML
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Concurrent ML - определение

EXTENSION OF THE STANDARD ML PROGRAMMING LANGUAGE
Concurrent ml
Найдено результатов: 211
Concurrent ML         
<language> (CML) A concurrent extension of SML/NJ written by J. Reppy at Cornell University in 1990. CML supports dynamic thread creation and synchronous message passing on typed channels. Threads are implemented using first-class continuations. First-class synchronous operations allow users to tailor their synchronisation abstractions for their application. CML also supports both stream I/O and low-level I/O in an integrated fashion. Latest version 0.9.8, as of 1994-12-21, requires SML/NJ 0.75 or later. ftp://ftp.cs.cornell.edu/pub/. E-mail: <sml-bugs@research.att.com> (bugs). ["CML: A Higher-Order Concurrent Language", John H. Reppy, SIGPLAN Notices 26(6):293-305, June 1991]. (2000-08-09)
Concurrent computing         
FORM OF COMPUTING IN WHICH SEVERAL COMPUTATIONS ARE EXECUTING DURING OVERLAPPING TIME PERIODS
Concurrent programming; Concurrent process; Concurrent programming language; Concurrent computation; Concurrent Programming; Concurrent algorithm; COPL; Process Communication Model (computing); Concurrent program; Concurrency (computing); Concurrent programming languages; Sequential programming; History of concurrent programming; List of languages supporting concurrent programming; Software concurrency
Concurrent computing is a form of computing in which several computations are executed concurrently—during overlapping time periods—instead of sequentially—with one completing before the next starts.
ml         
WIKIMEDIA DISAMBIGUATION PAGE
Ml; ML (disambiguation); M.L.; M.l.; Ml.; M L
ml is a written abbreviation for millilitre
or millilitres
.
Boil the sugar and 100 ml of water.
ML         
WIKIMEDIA DISAMBIGUATION PAGE
Ml; ML (disambiguation); M.L.; M.l.; Ml.; M L
Meta Language
ML         
WIKIMEDIA DISAMBIGUATION PAGE
Ml; ML (disambiguation); M.L.; M.l.; Ml.; M L
1. <robotics> Manipulator Language. IBM language for handling robots. 2. Meta Language. R. Milner <rm@lfcs.edinburgh.ac.uk> et al, 1973. A strict higher-order functional language. It was the first language to include polymorphic typing which was statically-checked. It also had garbage collection and a formal semantics. It began as the metalanguage for the Edinburgh LCF proof assistant. (LCF="Logic for Computable Functions") People soon noticed that ML could be a useful general programming language and stand-alone versions were implemented. Standard ML (SML) is a descendant of these (and related languages such as Hope). The "metalanguage" aspect has long since disappeared from the language itself (although there are some systems that still use it that way). The historical name is now so inappropriate that asking what ML stands for is like asking what C or Unix stands for. It doesn't stand for anything; it just is. LCF ML was implemented in Stanford LISP. Cardelli (1981) implemented ML in Pascal using the {Functional Abstract Machine} (FAM). It has been significantly redesigned to produce Standard ML and Lazy ML. ["A Metalanguage for Interactive Proof in LCF", M.J.C. Gordon et al, 5th POPL, ACM 1978]. (2006-07-21)
ML         
WIKIMEDIA DISAMBIGUATION PAGE
Ml; ML (disambiguation); M.L.; M.l.; Ml.; M L
Mail List
ml         
WIKIMEDIA DISAMBIGUATION PAGE
Ml; ML (disambiguation); M.L.; M.l.; Ml.; M L
¦ abbreviation
1. mile(s).
2. millilitre(s).
ml         
WIKIMEDIA DISAMBIGUATION PAGE
Ml; ML (disambiguation); M.L.; M.l.; Ml.; M L
<networking> The country code for Mali. (1999-01-27)
cotenancy         
OWNERSHIP OF PROPERTY BY TWO OR MORE INDIVIDUALS
Joint tenants with rights of survivorship; Tenants in common; Joint tenants; JTWROS; Tenancy in common; Tenants by the entirety; Tenancy by the entirety; Joint tenants with right of survivorship; Joint tenancy with right of survivorship; Right of survivorship; Joint tenancy with rights of survivorship; Joint tenancies; Cotenancy; Co-tenancy; Co tenancy; Cotenant; Co-tenant; Co tenant; Joint tenancy; Concurrent estates; Estate by entirety; Tenancy by the entireties; Survivorship; Undivided interest; Tenant-in-common; Tenant-in-common (TIC); Joint property; Joint tenant; JTROS; Joint-own; Tenancy by entirety; Tenancy of the entirety; Tenants-in-common; Tenancy-in-common; Tenant in common; Concurrent interests; Concurrent interest; Tenancy by entirities; Tenancy by entireties
n. the situation when more than one person has an interest in real property at the same time, which may include tenancy in common, joint tenancy or tenancy by the entirety. See also: community property cotenant joint tenancy tenancy by the entirety tenancy in common
Survivorship         
OWNERSHIP OF PROPERTY BY TWO OR MORE INDIVIDUALS
Joint tenants with rights of survivorship; Tenants in common; Joint tenants; JTWROS; Tenancy in common; Tenants by the entirety; Tenancy by the entirety; Joint tenants with right of survivorship; Joint tenancy with right of survivorship; Right of survivorship; Joint tenancy with rights of survivorship; Joint tenancies; Cotenancy; Co-tenancy; Co tenancy; Cotenant; Co-tenant; Co tenant; Joint tenancy; Concurrent estates; Estate by entirety; Tenancy by the entireties; Survivorship; Undivided interest; Tenant-in-common; Tenant-in-common (TIC); Joint property; Joint tenant; JTROS; Joint-own; Tenancy by entirety; Tenancy of the entirety; Tenants-in-common; Tenancy-in-common; Tenant in common; Concurrent interests; Concurrent interest; Tenancy by entirities; Tenancy by entireties
·noun The state of being a survivor.
II. Survivorship ·noun The right of a joint tenant, or other person who has a joint interest in an estate, to take the whole estate upon the death of other.

Википедия

Concurrent ML

Concurrent ML (CML) is a concurrent extension of the Standard ML programming language characterized by its ability to allow programmers to create composable communication abstractions that are first-class rather than built into the language. The design of CML and its primitive operations have been adopted in several other programming languages such as GNU Guile, Racket, and Manticore.